uart.h File Reference

#include <inttypes.h>

Include dependency graph for uart.h:

This graph shows which files directly or indirectly include this file:


Defines

#define __UART_H__   1

Enumerations

enum  { START_PREM = 0x7E }

Functions

void uart_init (void)
void uart_send_buf (uint8_t *buf, uint8_t len)

Define Documentation

#define __UART_H__   1


Enumeration Type Documentation

anonymous enum

Enumerator:
START_PREM 


Function Documentation

void uart_init ( void   ) 

Initialize UART to 9600 Baud Rate and only enable UART for transmission.

void uart_send_buf ( uint8_t *  buf,
uint8_t  len 
)

Send a preamble and then a stream of bytes synchronously over the UART.

Here is the call graph for this function:


Generated on Wed May 21 18:30:07 2008 for ASD Tutorial Lesson 4: Shell by  doxygen 1.5.5